Welcome![Sign In][Sign Up]
Location:
Search - SD FAT

Search list

[Embeded Linuxzlg_file_system

Description: 周立功开发的SD卡驱动和文件系统.支持FAT16和FAT32.-Week Ligong developed SD card drive and file system. To support the FAT16 and FAT32.
Platform: | Size: 33792 | Author: | Hits:

[SCMSDFat16

Description: 这个程序是网上找到的最的价值的代码,想用没有用上,原因是没有项目,给想用的同志发了!-This procedure is to find the best online value of the code, do not want to use because there is no project to want to use comrades, made a!
Platform: | Size: 171008 | Author: aa | Hits:

[ARM-PowerPC-ColdFire-MIPSmcbstm32_sd_file

Description: STM32F103 SD卡控制程序,带文件系统,具体请查看www.elechome.com-Control procedures STM32F103 SD card with the file system, specifically Please check www.elechome.com
Platform: | Size: 104448 | Author: 黄盈鑫 | Hits:

[Web ServerIDvr.zip

Description: Iphone 2.0 programming include network andy stream to read (Ex.http://www.yahoo.com), SQL database for file read and write, Teaching you how to link network lib. Iphone SDK must use in mac os 10.5 later, and Iphone os 2.0 (apple will release on June. 2008) 100% work in simulator no error warning password is jessestone email:fatalfeel@hotmail.com taiwan ,Iphone 2.0 programming include networkandy stream to read (Ex.http:// www.yahoo.com), SQL database for file read and write, Teaching you how to link network lib.Iphone SDK must use in mac os 10.5 later, and Iphone os 2.0 (apple will release on June. 2008) 100 work in simulator no error warningpassword is jessestone email: fatalfeel@hotmail.com taiwan
Platform: | Size: 113664 | Author: 小誠 | Hits:

[Software EngineeringSD_filesystem

Description: SD卡中的文件系统.doc SD卡中的文件系统.doc-SD card file system. DocSD card file system. Doc
Platform: | Size: 8192 | Author: tangjunrong | Hits:

[Embeded Linuxmcard

Description: 常见卡(SD,NAND,XD,MS,ATA,CF)完整DRIVER-Common cards (SD, NAND, XD, MS, ATA, CF) integrity DRIVER
Platform: | Size: 97280 | Author: along | Hits:

[uCOSFAT_SDMMC

Description: ucos-ii的文件系统, 针对SD-MMC的ARM7平台的开发 此代码在philip LPC214x上得到认证, 仅供大家参考-ucos-ii of the file system, SD-MMC for the ARM7 platform for the development of this code in the philip LPC214x been certified, for your reference
Platform: | Size: 93184 | Author: 林健枫 | Hits:

[SCMsd-reader_source

Description: 比较完成的FAT文件系统与单片实验,本系统利用AVR-Comparison of completed FAT file system and single-chip experiment, the system uses AVR
Platform: | Size: 271360 | Author: anson | Hits:

[Other Embeded programnucleus

Description: 基于MCF5307的NuCleus源码,比较难找的-MCF5307 Source Based on the Nucleus, more difficult to find the
Platform: | Size: 1289216 | Author: 张雷 | Hits:

[ARM-PowerPC-ColdFire-MIPSSPI

Description: STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对SPI进行操作。SPI适合于较长距离,高速通信。如SD,解码芯片等等。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to operate on the SPI. SPI is suitable for long distance, high-speed communications. Such as SD, decoder chip and so on.
Platform: | Size: 243712 | Author: 熊刚 | Hits:

[SCMC8051F_SD_MMC

Description: C8051控制器操作SD卡实现文件系统,兼容FAT16,FAT32-C8051 controller operation SD card file system compatible with FAT16, FAT32
Platform: | Size: 27648 | Author: Jnny_CN | Hits:

[SCMflashfilesd

Description: SD Flash file system for AVR
Platform: | Size: 2594816 | Author: tone | Hits:

[Other Embeded programSDCARD

Description: SD卡FAT文件系统,很方面移植,注释详细-SD Card FAT file system, it is aspects of transplantation, detailed notes
Platform: | Size: 364544 | Author: guo | Hits:

[SCM20080513

Description: MSP430F149读写SD卡以及简单的文件系统 硬件:www.just430.com朱明老师提供的Easy430开发板以及SD卡模块 底层驱动使用TI提供的MMC驱动程序,简单文件系统使用微控设计网-MSP430F149 read SD cards, as well as simple file system hardware: www.just430.com Zhu Easy430 teachers are provided with the development board, as well as the underlying driver SD card module to provide the use of TI
Platform: | Size: 63488 | Author: 王志 | Hits:

[SCMAVR_SD_FAT

Description: AVR读取SD卡里FAT格式内容的源程序-AVR read FAT format SD card content source
Platform: | Size: 187392 | Author: jerry | Hits:

[SCMdspic33

Description: WAV 数字输出播放器,采用DSPIC33单片机,SPI接口读取SD卡(仅支持FAT),I2S接口数字输出。-Digital output WAV player, using dsPIC33 Singlechip, SPI interface SD card reader (supports only FAT), I2S digital output interface.
Platform: | Size: 101376 | Author: 凉哥 | Hits:

[ARM-PowerPC-ColdFire-MIPS2410-fs-ldqmoon

Description: 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart_Printf("sd ready\n") fp=fopen(temp, READ) // 打开文件就可以用了, 函数和标准c中的一样,所以不能加载stdio.h if(!fp) { Uart_Printf("open file wrong\n") while(1) } Uart_Printf("open file successed\n") -This code for fat system under 2410, use a sd card
Platform: | Size: 28672 | Author: 罗德强 | Hits:

[File Formatfatfs

Description: 这是一个很精巧的FAT文件系统的,它实现数据文件存储的FAT方式访问,支持FAT32,感兴趣可以看一下.-This is a very delicate FAT file system, it implements the data files stored in FAT access, support for FAT32, interested can look at.
Platform: | Size: 840704 | Author: amateur321 | Hits:

[SCMSD_FAT16

Description: 基于msp430单片机的SD卡读写驱动,已移植文件系统FATfs,可在SD卡实现文件的读写操作-MSP430 MCU-based SD card reader drivers, file system has been transplanted FATfs, can achieve SD card files to read and write operation
Platform: | Size: 121856 | Author: 贺堃 | Hits:

[SCMprog

Description: grqd_xp原创,移植了FATFS到LPC2148,测试了写的速度,很满意,280K/S;UCOSII用的是2.76的,建立了5个简单的任务;建立了字库,写汉字很方便;现上传源程序。(内有原理图,字库文件,SD卡上的图片,ADS1.2的源程序)-grqd_xp original transplant FATFS to the LPC2148, Writing test speed, very satisfied, 280K/S UCOSII used are 2.76, and 5 set up a simple mission set up a font and write Chinese characters easily now upload source. (With schematics, font files, SD card on the picture, ADS1.2 source)
Platform: | Size: 2213888 | Author: grqd | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 17 »

CodeBus www.codebus.net